home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-01-05 | 1.1 KB | 41 lines | [TEXT/CWIE] |
- // ModuleRoutines.h
-
-
-
- //*********************************************************************************
- //
-
- #include <Traps.h>
- #include <Memory.h>
- #include <Quickdraw.h>
- #include <Fonts.h>
- #include <Events.h>
- #include <GestaltEqu.h>
- #include <Processes.h>
- #include <Resources.h>
- #include <Windows.h>
- #include <Desk.h>
- #include <QDOffscreen.h>
-
- #include "ModuleAPI.h"
-
-
-
- //*********************************************************************************
- //
-
-
- OSErr InitmProcs( ModuleParamBlkPtr mpPtr);
- OSErr CheckRequiredFeatures(void);
- Boolean hasPowerPCArch(void);
- void GetLargestRect( Rect *r);
- Boolean IsColorPort( GrafPtr tPort);
- short GetPortPixDepth( GrafPtr tPort);
-
- OSErr CalcHSBtoRGB( long hue, long sat, long bright, RGBColor *dstRGB);
- short IRandom(short min,short max);
-
-
-
- //**********************************************************************************
- // E N D O F L I S T I N G